home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOF1.2_PDO4.0_Example / Makefile < prev    next >
Makefile  |  1996-04-14  |  1KB  |  48 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = fetch1x
  11.  
  12. PROJECTVERSION = 2.5
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. MFILES = fetch_main.m
  17.  
  18. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble\
  19.             Makefile.preamble-hpux Makefile.preamble-hpux-informix\
  20.             Makefile.preamble-hpux-oracle Makefile.preamble-hpux-sybase\
  21.             Makefile.preamble-solaris Makefile.preamble-solaris-informix\
  22.             Makefile.preamble-solaris-oracle\
  23.             Makefile.preamble-solaris-sybase h.template m.template\
  24.             README.rtf Makefile.postamble-hpux\
  25.             Makefile.postamble-hpux-sybase
  26.  
  27.  
  28. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  29. CODE_GEN_STYLE = DYNAMIC
  30. MAKEFILE = tool.make
  31. LIBS = 
  32. DEBUG_LIBS = $(LIBS)
  33. PROF_LIBS = $(LIBS)
  34.  
  35.  
  36. FRAMEWORKS = -framework EOAccess1x -framework Foundation
  37.  
  38.  
  39. include $(MAKEFILEDIR)/platform.make
  40.  
  41. -include Makefile.preamble
  42.  
  43. include $(MAKEFILEDIR)/$(MAKEFILE)
  44.  
  45. -include Makefile.postamble
  46.  
  47. -include Makefile.dependencies
  48.